]> code.delx.au - gnu-emacs-elpa/blob - packages/yasnippet/snippets/ruby-mode/control structure/while
Add 'packages/beacon/' from commit 'bccd3de53787c996f9a90bcb5d541252deda01e1'
[gnu-emacs-elpa] / packages / yasnippet / snippets / ruby-mode / control structure / while
1 # name: while ... end
2 # key: while
3 # --
4 while ${condition}
5 $0
6 end